home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 August
/
Chip_2004-08_cd1.bin
/
oddech
/
hexxagon
/
Neave Hexxagon.exe
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2003-10-01
|
147b
|
8 lines
sofar = this.getBytesLoaded();
total = this.getBytesTotal();
pc = int(sofar / total * 100) + "%";
if(sofar == total)
{
gotoAndStop(3);
}